home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / eLibPro1.3_setup.exe / sample.mdb / original.json < prev   
Encoding:
JavaScript Object Notation  |  2005-01-26  |  331 b 

  1. {
  2.     "schema": {
  3.         "BookID": "Long Integer NOT NULL",
  4.         "Title": "Text (255) NOT NULL",
  5.         "Subtitle": "Text (255)",
  6.         "Author": "Text (255)",
  7.         "URL": "Text (255)",
  8.         "Edition": "Text (50)",
  9.         "ReleaseDate": "DateTime",
  10.         "ISBN": "Text (20)",
  11.         "PageCount": "Long Integer",
  12.         "PublisherID": "Long Integer",
  13.         "LanguageID": "Long Integer",
  14.         "Notes": "Memo/Hyperlink (255)"
  15.     },
  16.     "data": []
  17. }